home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2000 September / maximum-cd-2000-09.iso / Vampire the Masquerade / vampire_demo.exe / Codex.nob / ExitMessageRemove.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-06-22  |  658 b   |  11 lines

  1. public class ExitMessageRemove extends Codex {
  2.    private CodexThing exitThing = new CodexThing(((Codex)this).GetClassThing());
  3.  
  4.    public void beginscene(int clientGuid, int captureID) {
  5.       if ((CodexSequence.GetChronicleInfoFlags() & 65536) != 0) {
  6.          this.exitThing.Remove();
  7.       }
  8.  
  9.    }
  10. }
  11.